'宣言 Public Overloads Shared Function As(Of T As ComObject)( _ ByVal iunknownPtr As System.IntPtr _ ) As T
public static T As<T>( System.IntPtr iunknownPtr ) where T: ComObject
パラメータ
- iunknownPtr
- The managed COM object.
型パラメータ
- T
- The type of the COM interface to query
戻り値の型
An instance of the queried interface